gnomeos: Add some build deps for pulseaudio to Yocto layer
authorColin Walters <walters@verbum.org>
Sun, 15 Jan 2012 22:05:38 +0000 (17:05 -0500)
committerColin Walters <walters@verbum.org>
Sun, 15 Jan 2012 22:05:38 +0000 (17:05 -0500)
gnomeos/yocto/classes/gnomeos-contents.bbclass
gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb

index 0f6b47096c0a542698434ba122a0929e9e9809f3..2ab09196883815ce244f7c977a75d0c8c750b926 100644 (file)
@@ -7,7 +7,16 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
 
 inherit rootfs_${IMAGE_PKGTYPE}
 
-IMAGE_INSTALL = "libuuid1 libblkid1"
+IMAGE_INSTALL = "libuuid1 \
+                libblkid1 \
+                libtiff3 \
+                libjpeg8 \
+                libltdl7 \
+                libsndfile1 \
+                libogg0 \
+                speex \
+                libvorbis \
+                "
 
 RECIPE_PACKAGES = "task-core-boot \
                   coreutils \
index c18c2df5bd207a9dc69698bea76d700369c94b42..8d3aad4f27d85a704e10679fed765251aaff0d89 100644 (file)
@@ -18,4 +18,12 @@ RECIPE_PACKAGES += "task-core-sdk \
 IMAGE_INSTALL += "libuuid-dev \
                  libblkid-dev \
                  libpam-dev \
+                 libtiff-dev \
+                 libjpeg-dev \
+                 libltdl-dev \
+                 libsndfile-dev \
+                 libatomics-ops-dev \
+                 libogg-dev \
+                 speex-dev \
+                 libvorbis-dev \
                  "